Welcome![Sign In][Sign Up]
Location:
Search - matlab com

Search list

[Com PortMATLABandVisualC++COM

Description: MATLAB和Visual C++-COM混合编程
Platform: | Size: 3853 | Author: 冯杰 | Hits:

[Other resourcecom

Description: 利用COM组建的实现VC++与MATLAB的混合编程
Platform: | Size: 338318 | Author: 肖宝剑 | Hits:

[Compress-Decompress algrithmsFishWg.com-zx-

Description: 在c++应用matlab语言进行图像压缩的程序
Platform: | Size: 1564920 | Author: | Hits:

[Other resourceelecfans.com-kakam

Description: matlab编写的卡尔曼滤波程序,适合研究算法的人试用
Platform: | Size: 4044 | Author: yty | Hits:

[Other resourcecom

Description: matlab环境下的多路串口数据实时绘图显示,GUI界面。
Platform: | Size: 84668 | Author: xiaxianfeng | Hits:

[matlabMatlab 一维洪水模型(圣维南方程的离散库朗差分解法)程序

Description: Matlab 一维洪水模型(圣维南方程的离散库朗差分解法)程序 % 洪水模型(圣维南方程的差分求解方法); % All Right Reserved 城市公共安全应急系统中一维洪水演进及其可视化研究 ; % Modified by lilongduzhi@yahoo.com.cn hehe:)
Platform: | Size: 1432 | Author: ko123_ko123@163.com | Hits:

[Documents基于Delphi和Matlab的混合编程方法在交通流量估算中的应用

Description: 介绍了一种基于组件对象模型(COM)的Delphi与Matlab混合编程方法。在交通流量估算中充分利用两者各自的编程优势,大大提高了预测未来交通流量的水平和效率。
Platform: | Size: 409691 | Author: haiyanliu110@126.com | Hits:

[Other深入浅出MATLAB 7.X混合编程

Description: 本书介绍了MATLAB7.x版本与其他语言混合编程的方法。内容包括在MATLAB中以文件方式导入、导出数据;在Windows和Linux开发C/C++语言的MEX文件;在Windows和Linux开发FORTRAN语言MEX文件;在MATLAB中使用动态连接库文件;在C/C++语言中调用MATLAB引擎;使用MATLAB编译器,以及如何在C/C++程序中使用mcc编译的库函数;在C++程序中使用MATLAB的COM编译器产生的COM组件等。. 本书可以作为高等院校各工程专业的教学参考书,也可作为广大科技工作者的参考用书。
Platform: | Size: 12988976 | Author: creasy0117 | Hits:

[Algorithmopencv to matlab

Description: cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processing capabilities and it is amazingly fast as well as economic. To get a list of all available functions run cvlib_mex without any arguments, e.g: cvlib_mex Dedicated (short) help on each function is obtained by runing cvlib_mex('funname'), eg: cvlib_mex('resize') A longer help (but often still too short) may be obtained by consulting the OpenCV manual pages. To run this mex you probably need the to have all the dlls in the same directory. Example 1: let IMG be a MxNx3 uint8 image. imr = cvlib_mex('resize',IMG,3.4); will resize the image, using a bilinear interpolation, to 3.4 times the original size. Example 2: let A and B be MxN single arrays. C = cvlib_mex('mul',A,B); will do a per-element multiplication of A and B, or a C = A .* B and cvlib_mex('mul',A,B); will do the same but in-place, storing the result in A.
Platform: | Size: 667609 | Author: shshlzh | Hits:

[Algorithmopencv to matlab

Description: cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processing capabilities and it is amazingly fast as well as economic. To get a list of all available functions run cvlib_mex without any arguments, e.g: cvlib_mex Dedicated (short) help on each function is obtained by runing cvlib_mex('funname'), eg: cvlib_mex('resize') A longer help (but often still too short) may be obtained by consulting the OpenCV manual pages. To run this mex you probably need the to have all the dlls in the same directory. Example 1: let IMG be a MxNx3 uint8 image. imr = cvlib_mex('resize',IMG,3.4); will resize the image, using a bilinear interpolation, to 3.4 times the original size. Example 2: let A and B be MxN single arrays. C = cvlib_mex('mul',A,B); will do a per-element multiplication of A and B, or a C = A .* B and cvlib_mex('mul',A,B); will do the same but in-place, storing the result in A.
Platform: | Size: 845944 | Author: shshlzh | Hits:

[Windows Developmatlab函数

Description: cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processing capabilities and it is amazingly fast as well as economic. To get a list of all available functions run cvlib_mex without any arguments, e.g: cvlib_mex Dedicated (short) help on each function is obtained by runing cvlib_mex('funname'), eg: cvlib_mex('resize') A longer help (but often still too short) may be obtained by consulting the OpenCV manual pages. To run this mex you probably need the to have all the dlls in the same directory. Example 1: let IMG be a MxNx3 uint8 image. imr = cvlib_mex('resize',IMG,3.4); will resize the image, using a bilinear interpolation, to 3.4 times the original size. Example 2: let A and B be MxN single arrays. C = cvlib_mex('mul',A,B); will do a per-element multiplication of A and B, or a C = A .* B and cvlib_mex('mul',A,B); will do the same but in-place, storing the result in A.
Platform: | Size: 535910 | Author: shshlzh | Hits:

[source in ebookExperiments with MATLAB

Description: 由Matlab的创始人之一Cleve Moler写的Matlab教程《Experiments with MATLAB》的配套源程序。书中共有20个涉及各个学科的例子,具有较强的参考性。书的电子版可以从http://www.mathworks.com/moler下载。
Platform: | Size: 1181513 | Author: zanlaoqi | Hits:

[Othermatlabsin

Description: matlab6.5与vc的各种混编方式举例 包括 dll方式、引擎方式、com方式、以及vc调用simulink模型运行方式-matlab6.5 vc with the mixed mode, including dll example, the engine, com, as well as vc Simulink model called Operation Mode
Platform: | Size: 105472 | Author: 山城棒棒儿军 | Hits:

[matlabmp3_toolbox

Description: 基于matlab的mp3的读写函数Mp3 toolbox for Matlab. Alfredo Fernandez Franco Aalborg University Departament of Acoustics M.Sc. Student aberserk@yahoo.com Includes 2 functions to write and read MP3 files. It works like the commands WAVWRITE and WAVREAD. 1.- Just unpack in the toolbox folder under the MATLAB directory. 2.- Set the MATLAB search path to include that folder. This version was made in MATLAB for WINDOWS only. I ll probably will make the UNIX version later. 01-11-2004.-based on Matlab mp3 reader function MP3 toolbox for Matlab. Alfredo Fernandez Franco Aalborg University Departament of Acoustics M.Sc. Student aberserk@yahoo.com Includes two functions to write and read MP3 files. It works like the commands WAVWRITE and WAVREAD. 1 .- Just unpack in the toolbox folder under the MATLAB directory. 2 .- Set the MATLAB search path to include that folder. This version was made in MATLAB for Windows only. I ll probably will make the UNIX version later. 01-11- 2004.
Platform: | Size: 467968 | Author: hang | Hits:

[OtherAPIpdf2

Description: a windows api it is very usefull to you welcome to my home page www.beihuazy.com to down more useful information
Platform: | Size: 3501056 | Author: 方希 | Hits:

[Compress-Decompress algrithmshomework.m

Description: 本代码是本人于前年完成的利用小波变换技术实现的图像分解与合成的MATLAB源代码.详细的说明见本人的个人主页,上面有详细的说明和测试结果,数据绝对准确可靠.本人现在正在研究语音压缩算法,主要是MELP算法.从网上搜索到这里正好有本人所要参考的源代码,如能赐予,万分感谢.邮箱:liwh@ruyi.com电话:133251646-the code is completed in the year before last I use wavelet transform technique of image decomposition and synthesis of MATLAB source. A detailed description of my personal home page, above a detailed description and test results, data absolutely accurate and reliable. Now I was studying voice compression algorithm, mainly MELP Algorithm. from the Internet to search, I just happened to be here by reference to the source code, if God and extremely grateful. mail : liwh@ruyi.com Tel : 133251646
Platform: | Size: 5120 | Author: 李文化 | Hits:

[OtherVC调用matlab文件中的函数的实例的源代码

Description:
Platform: | Size: 33792 | Author: 刘韬 | Hits:

[Waveletgaborconvolve

Description: 用matlab实现图像处理中很重要的gabor变换,如对程序有什么问题可以本人联系一起探讨,chengaoshu@sina.com-Matlab using image processing to achieve a very important gabor transform, such as the procedure is what can I contact to explore, chengaoshu@sina.com
Platform: | Size: 4096 | Author: 陈曙 | Hits:

[Fractal programcanny_code

Description: 一步步讲解如何在VC中调用matlab图像处理工具箱来进行canny边缘提取 1.包含pdf文档和源代码 2.源代码code 开发环境是VC6、Matlab7 3.作者 http://contact.ys168.com/ 与我联系:ahuixp@sohu.com -a step by step on how to call in VC Matlab Image Processing Toolbox to a canny edge extraction. Pdf files and contains the source code two. Source code development environment is VC6, Matlab7 3. Author http://contact.ys168.com/ contact me : ahuixp @ Game
Platform: | Size: 96256 | Author: 杨峰 | Hits:

[matlabMATLAB7_0GuideBook

Description: MATLAB 7_0实用指南(上下册)(超星图书)和超星阅读器的安装程序。希望对大家有所帮助。顺便盼求:关于GPS接收机的自适应抗干扰的程序,应该是功率倒置算法,还有GPS MATLB工具箱,否则还要编写仿真GPS信号的程序才能调试这个抗干扰算法,是吗?望高人指点。我的邮箱是:wanlili212@tom.com 先谢谢各位:)-MATLAB 7_0 Practical Guide (volumes) (Superstar Books) Superstar readers and the installation procedures. We want to help. Incidentally hope for : GPS receiver on the adaptive interference procedures should be power inversion algorithm, the GPS MATLB Toolbox, but also to prepare the GPS signal simulation process can debug the anti-jamming algorithm, yes? Look expert guidance. My mail is : wanlili212@tom.com thank you :)
Platform: | Size: 30430208 | Author: 万莉莉 | Hits:
« 1 2 3 45 6 7 8 9 10 ... 28 »

CodeBus www.codebus.net